home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / graphics / all.h next >
Encoding:
C/C++ Source or Header  |  1997-11-07  |  278 b   |  18 lines

  1. #ifndef GRAPHICS_ALL_H
  2. #define GRAPHICS_ALL_H TRUE
  3.  
  4. #ifndef GRAPHICS_BLITTER_H
  5. #include <graphics/blitter.h>
  6. #endif
  7.  
  8. #ifndef GRAPHICS_PICTURES_H
  9. #include <graphics/pictures.h>
  10. #endif
  11.  
  12. #ifndef GRAPHICS_SCREENS_H
  13. #include <graphics/screens.h>
  14. #endif
  15.  
  16. #endif /* GRAPHICS_ALL_H */
  17.  
  18.